Skip to content

[SQL] Removed no longer supported SQL resource types and renamed several operations#1039

Closed
AutorestCI wants to merge 1 commit intoAzure:masterfrom
AutorestCI:RestAPI-PR1005
Closed

[SQL] Removed no longer supported SQL resource types and renamed several operations#1039
AutorestCI wants to merge 1 commit intoAzure:masterfrom
AutorestCI:RestAPI-PR1005

Conversation

@AutorestCI
Copy link
Contributor

Generated from RestAPI PR: Azure/azure-rest-api-specs#1005

@lmazuel lmazuel changed the title Automatic PR from RestAPI-PR1005 [SQL] Removed no longer supported SQL resource types and renamed several operations Mar 17, 2017
@jaredmoo
Copy link
Contributor

jaredmoo commented Mar 21, 2017

0.4.0 (2017-03-20)
++++++++++++++++++

Capabilities and security policy features.

Also renamed several types and operations for improved clarify and
consistency.

Additions:

  • BlobAuditingPolicy APIs (e.g. databases.create_or_update_blob_auditing_policy)
  • ThreatDetectionPolicy APIs (e.g. databases.create_or_update_threat_detection_policy)
  • databases.list_by_server now supports $expand parameter
  • Capabilities APIs (e.g. capabilities.list_by_location)

Classes and enums renamed:

  • ServerFirewallRule -> FirewallRule
  • DatabaseEditions -> DatabaseEdition
  • ElasticPoolEditions -> ElasticPoolEdition
  • ImportRequestParameters -> ImportRequest
  • ExportRequestParameters -> ExportRequest
  • ImportExportOperationResponse -> ImportExportResponse
  • OperationMode -> ImportOperationMode
  • TransparentDataEncryptionStates -> TransparentDataEncryptionStatus

Classes removed:

  • Unused types: UpgradeHint, Schema, Table, Column

Operations renamed:

  • servers.get_by_resource_group -> servers.get
  • servers.create_or_update_firewall_rule -> firewall_rules.create_or_update, and
    similar for get, list, and delete
  • databases.import -> databases.create_import_operation
  • servers.import -> databases.import
  • databases.pause_data_warehouse -> databases.pause
  • databases.resume_data_warehouse -> databases.resume
  • recommended_elastic_pools.list -> recommended_elastic_pools.list_by_server

Operations removed:

  • Removed ImportExport operation results APIs since these are handled
    automatically by Azure async pattern.

@jaredmoo
Copy link
Contributor

@lmazuel can you merge and publish? Thanks!

@lmazuel
Copy link
Member

lmazuel commented Mar 22, 2017

in #1043

@lmazuel lmazuel closed this Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants